10/24/2021

Developing Data Products - Week 4 Project

Visualizing Philadelphia Census data using Shiny and Plotly.

Application Overview

  • The application is written using R, Shiny, and Plotly.
  • The Source is split between cooker.R, server.R, and ui.R
  • Data is pre-processed and saved as data.rds
  • Application is hosed on RStudio’s ShinyApps.io service.

Operation

  • Top Panel contains basic instructions
  • Dataset panel allows selection of dataset
    • Age By Sex
    • Education By Sex
  • Map Panel displays map of census tracts, which are selectable
  • Histogram Panel is loaded when Map Panel item is selected

Example Page

Links